home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <snippet name = "Multiple Parts" description = "Two lists of links, plus copyright information, separated by horizontal rules." preview="html" type="block"> <insertText location="beforeSelection"> <![CDATA[<table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td colspan="2"> <hr noshade size="5"> </td> </tr> <tr> <td width="10%" align="right">Lorem</td> <td width="100%"><a href="#">Lorum</a> <a href="#">Ipsum</a> <a href="#">Dolar</a></td> </tr> <tr> <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td> </tr> <tr> <td align="right">Ipsum</td> <td width="80%"><a href="#">Lorum</a> <a href="#">Ipsum</a> <a href="#">Dolar</a> <a href="#">Sic Amet</a> <a href="#">Consectetur</a></td> </tr> <tr> <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td> </tr> <tr> <td> </td> <td width="100%"><font size="-1">©2001 Lorem Ipsum Dolar Lorem ipsum dolor </font></td> </tr> <tr> <td width="100%" align="right" colspan="2"> <hr noshade size="1"> </td> </tr> </table>]]> </insertText> <insertText location="afterSelection"><![CDATA[]]> </insertText> </snippet>